home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / Spam Buster 1.95 / spambuster195.exe / %MAINDIR% / spamBuster.exe / 0 / RCDATA / TFRMOPTIONSSUBJECT / TFRMOPTIONSSUBJECT.txt < prev   
Encoding:
Text File  |  2002-03-14  |  4.5 KB  |  225 lines

  1. object frmOptionsSubject: TfrmOptionsSubject
  2.   Left = 242
  3.   Top = 102
  4.   ActiveControl = edit1
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Subject line options'
  8.   ClientHeight = 274
  9.   ClientWidth = 540
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   HelpFile = 'spambuster.hlp'
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object EsLabel1: TEsLabel
  21.     Left = 8
  22.     Top = 3
  23.     Width = 449
  24.     Height = 35
  25.     Appearance = apCustom
  26.     Caption = 'The Subject line characteristics'
  27.     ColorScheme = csCustom
  28.     CustomSettings.ShadowColor = clOlive
  29.     CustomSettings.ShadowDepth = 4
  30.     CustomSettings.ShadowStyle = ssExtrude
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clBlue
  33.     Font.Height = -27
  34.     Font.Name = 'Times New Roman'
  35.     Font.Style = []
  36.     ParentFont = False
  37.   end
  38.   object Label1: TLabel
  39.     Left = 13
  40.     Top = 42
  41.     Width = 508
  42.     Height = 33
  43.     AutoSize = False
  44.     Caption = 
  45.       'If text in the subject line follows any of these patterns it wil' +
  46.       'l be marked for deletion since it looks like a potential spam.'
  47.     WordWrap = True
  48.   end
  49.   object Label3: TLabel
  50.     Left = 16
  51.     Top = 96
  52.     Width = 121
  53.     Height = 16
  54.     Alignment = taRightJustify
  55.     AutoSize = False
  56.     Caption = 'The subject line:'
  57.   end
  58.   object cbCase: TCheckBox
  59.     Left = 144
  60.     Top = 160
  61.     Width = 241
  62.     Height = 17
  63.     HelpContext = 2002
  64.     Caption = '&Check if case matters (upper/lower)'
  65.     TabOrder = 2
  66.   end
  67.   object btOK: TButton
  68.     Left = 349
  69.     Top = 216
  70.     Width = 76
  71.     Height = 28
  72.     Caption = 'OK'
  73.     Default = True
  74.     ModalResult = 1
  75.     TabOrder = 3
  76.     OnClick = btOKClick
  77.   end
  78.   object btCancel: TButton
  79.     Left = 437
  80.     Top = 216
  81.     Width = 76
  82.     Height = 28
  83.     Cancel = True
  84.     Caption = 'Cancel'
  85.     ModalResult = 2
  86.     TabOrder = 4
  87.   end
  88.   object Panel1: TPanel
  89.     Left = 8
  90.     Top = 192
  91.     Width = 297
  92.     Height = 73
  93.     TabOrder = 5
  94.     object Image1: TImage
  95.       Left = 144
  96.       Top = 14
  97.       Width = 17
  98.       Height = 25
  99.       Picture.Data = {<image000.bmp>}
  100.       Transparent = True
  101.     end
  102.     object Image2: TImage
  103.       Left = 143
  104.       Top = 43
  105.       Width = 17
  106.       Height = 25
  107.       Picture.Data = {<image001.bmp>}
  108.       Transparent = True
  109.     end
  110.     object Label6: TLabel
  111.       Left = 19
  112.       Top = 27
  113.       Width = 105
  114.       Height = 39
  115.       AutoSize = False
  116.       Caption = 'Note: Only messages with a check mark will be deleted.'
  117.       Font.Charset = DEFAULT_CHARSET
  118.       Font.Color = clWindowText
  119.       Font.Height = -11
  120.       Font.Name = 'MS Sans Serif'
  121.       Font.Style = []
  122.       ParentFont = False
  123.       WordWrap = True
  124.     end
  125.     object Label2: TLabel
  126.       Left = 8
  127.       Top = 6
  128.       Width = 121
  129.       Height = 16
  130.       Caption = 'Mark message with :'
  131.     end
  132.     object rbCheck: TRadioButton
  133.       Left = 160
  134.       Top = 15
  135.       Width = 100
  136.       Height = 17
  137.       HelpContext = 2003
  138.       Caption = 'check &mark'
  139.       TabOrder = 0
  140.     end
  141.     object rbQuestion: TRadioButton
  142.       Left = 160
  143.       Top = 45
  144.       Width = 113
  145.       Height = 17
  146.       HelpContext = 2003
  147.       Caption = '&question mark'
  148.       TabOrder = 1
  149.     end
  150.   end
  151.   object cbWhat: TComboBox
  152.     Left = 143
  153.     Top = 93
  154.     Width = 193
  155.     Height = 24
  156.     HelpContext = 2001
  157.     Style = csDropDownList
  158.     ItemHeight = 16
  159.     Items.Strings = (
  160.       'Contains'
  161.       'Contains (whole word)'
  162.       'Equals (exact match)'
  163.       'Starts with'
  164.       'Ends with'
  165.       'Is blank or empty'
  166.       'Is all UPPERCASE')
  167.     TabOrder = 0
  168.     OnClick = cbWhatClick
  169.   end
  170.   object edit1: TComboBox
  171.     Left = 143
  172.     Top = 125
  173.     Width = 370
  174.     Height = 24
  175.     HelpContext = 2000
  176.     ItemHeight = 16
  177.     Items.Strings = (
  178.       '!!'
  179.       '$$'
  180.       '=='
  181.       'adult site'
  182.       'adults only'
  183.       'advertise'
  184.       'advertising'
  185.       'bulk'
  186.       'buy'
  187.       'call 800'
  188.       'dollar'
  189.       'exciting'
  190.       'extra income'
  191.       'for only'
  192.       'free'
  193.       'guaranteed'
  194.       'help wanted'
  195.       'huge'
  196.       'income'
  197.       'incredible deal'
  198.       'lottery'
  199.       'make money'
  200.       'market'
  201.       'million'
  202.       'MLM'
  203.       'mlm'
  204.       'naked'
  205.       'nude'
  206.       'offer'
  207.       'opportunity'
  208.       'please read'
  209.       'profit'
  210.       'read this'
  211.       'rich'
  212.       'save $'
  213.       'secret'
  214.       'sex'
  215.       'spam'
  216.       'specials'
  217.       'weight'
  218.       'win $'
  219.       'women'
  220.       'work at home'
  221.       'XXX')
  222.     TabOrder = 1
  223.   end
  224. end
  225.